home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / midi / hip211.lha / ARexx / HiP_add1.rexx next >
OS/2 REXX Batch file  |  1992-09-02  |  89b  |  9 lines

  1. /* HippoPlayer - Add <file> */
  2.  
  3. parse arg filename
  4.  
  5. address 'HIPPOPLAYER'
  6.  
  7. add filename
  8.  
  9.